home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Developer Essentials / MPW Interfaces & Libraries / AIncludes / ApplDeskBus.a < prev    next >
Encoding:
Text File  |  1992-01-29  |  1.2 KB  |  38 lines  |  [TEXT/MPS ]

  1. ; Version: 2.89
  2. ; Created: Friday, October 20, 1989 at 9:11:52 PM
  3. ; File: ApplDeskBus.a
  4. ;
  5. ; Assembler Interface to the Macintosh Libraries
  6. ; Copyright Apple Computer, Inc. 1986-1991
  7. ; All Rights Reserved
  8. ;
  9. ;--------------------------------------------------------------------
  10.  
  11.     IF &TYPE('__IncludingApplDeskBus__') = 'UNDEFINED' THEN
  12. __IncludingApplDeskBus__    SET    1
  13.  
  14.  
  15. ADBOpBlock        RECORD      0
  16. dataBuffPtr       DS.L        1                         ; Ptr - address of data buffer
  17. opServiceRtPtr    DS.L        1                         ; Ptr - service routine pointer
  18. opDataAreaPtr     DS.L        1                         ; Ptr - optional data area address
  19. opBlkSize         EQU         *                         ; size of ADBOpBlock
  20.                   ENDR
  21.  
  22.  
  23.  
  24. ADBDataBlock      RECORD      0
  25. devType           DS.B        1                         ; SignedByte - device type
  26. origADBAddr       DS.B        1                         ; SignedByte - original ADB Address
  27. dbServiceRtPtr    DS.L        1                         ; Ptr - service routine pointer
  28. dbDataAreaAddr    DS.L        1                         ; Ptr - data area address
  29. dbBlkSize         EQU         *                         ; size of ADBDataBlock
  30.                   ENDR
  31.  
  32. ADBSetInfoBlock   RECORD      0
  33. siServiceRtPtr    DS.L        1                         ; Ptr - service routine pointer
  34. siDataAreaAddr    DS.L        1                         ; Ptr - data area address
  35. siBlkSize         EQU         *                         ; size of ADBSetInfoBlock
  36.                   ENDR
  37.  
  38.     ENDIF    ; ...already included